[DO NOT MERGE]bump modelcontextprotocol version#13
Open
aledsage wants to merge 2 commits intodynatrace-oss:mainfrom
Open
[DO NOT MERGE]bump modelcontextprotocol version#13aledsage wants to merge 2 commits intodynatrace-oss:mainfrom
aledsage wants to merge 2 commits intodynatrace-oss:mainfrom
Conversation
This was referenced Dec 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To replace #4
WARNING: DO NOT MERGE. This change does not work correctly; it does not handle the MCP tool parameters. Initial attempts to fix this, to do it the same way as the SaaS dynatrace-mcp, have not yet worked.
Just bumping the version results in compilation failures. Need the additional code changes for it to work with the new type system. These are pretty-much the same changes as were done in the Dynatrace SaaS MCP (unfortunately fix involves using
any). The code change here does go slightly beyond the Dynatrace SaaS code though, asserver.toolis deprecated so we also update that to useserver.registerToolinstead.Note: includes the change in #11, to test if that fix works (for github workflow to comment on the PR when package.json is being changed).